home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------------------------------------------
- ; RTLPROT.INF -- Realtek Utility NDIS Protocol Driver
- ;
- ; Copyright (c) 2003, Microsoft Corporation
- ; Copyright (c) 2006, Realte Semicouductor Corp.
- ;-------------------------------------------------------------------------
- [version]
- Signature = "$Windows NT$"
- Class = NetTrans
- ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
- Provider = %RTL%
- CatalogFile = RtlProt.cat ;; for WHQL certified
- DriverVer = 12/01/2006,6.0.5019.1
-
- [Manufacturer]
- %RTL%=RTL,NTx86,NTia64,NTamd64
-
- [RTL.NTx86]
- %RTLPROT_Desc%=Install, RTL_RTLPROT
-
- [RTL.NTia64]
- %RTLPROT_Desc%=Install, RTL_RTLPROT
-
- [RTL.NTamd64]
- %RTLPROT_Desc%=Install, RTL_RTLPROT
-
- ;-------------------------------------------------------------------------
- ; Installation Section
- ;-------------------------------------------------------------------------
- [Install]
- AddReg=Inst_Ndi
- Characteristics=0x0 ;
- CopyFiles=CpyFiles_Sys
-
- ;-------------------------------------------------------------------------
- ; Ndi installation support
- ;-------------------------------------------------------------------------
- [Inst_Ndi]
- HKR,Ndi,Service,,"RtlProt"
- HKR,Ndi,HelpText,,%RTLPROT_HelpText%
- HKR,Ndi\Interfaces, UpperRange,, noupper
- HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_prot"
-
- ;-------------------------------------------------------------------------
- ; Service installation support
- ;-------------------------------------------------------------------------
- [Install.Services]
- AddService=RtlProt,,RTLPROT_Service_Inst
-
- [RTLPROT_Service_Inst]
- DisplayName = %RTLPROT_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 1 ;service_start_at_system_start
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\rtlprot.sys
- LoadOrderGroup = NDIS
- Description = %RTLPROT_Desc%
-
- [Install.Remove.Services]
- DelService=RtlProt,0x200
-
- ;-------------------------------------------------------------------------
- ; Declare Destination Directories for file copy/deletion
- ;-------------------------------------------------------------------------
- [SourceDisksNames]
- 1=%DiskDescription%,"",,
-
- [SourceDisksFiles]
- rtlprot.sys=1
-
-
- [DestinationDirs]
- CpyFiles_Sys = 12 ; DIRID_DRIVERS
-
-
- ;-------------------------------------------------------------------------
- ; Files to Copy/Delete - Referenced by Install and Remove sections above
- ;-------------------------------------------------------------------------
- [CpyFiles_Sys]
- RtlProt.sys,,,2
-
- [Strings]
- Msft = "Microsoft"
- RTL = "Realtek"
- DiskDescription = "Realtke RtlProt WLAN Utility Protocol Driver Disk"
- RTLPROT_Desc = "Realtke RtlProt WLAN Utility Protocol Driver"
- RTLPROT_HelpText = "A driver for Realtke WLAN Utility user-mode I/O on NDIS devices"
-
-
-
-
-
-